home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDB).iso / offline / R1 / help / getcleverwin / too_young.asp < prev    next >
Encoding:
Text File  |  2000-10-12  |  930 b   |  35 lines

  1. <?
  2. include ("../lib/config/global_config.php3");
  3. ?>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  5. <html>
  6. <head>
  7.     <title><?echo$global_title?></title>
  8. </head>
  9. <body>
  10. <table width="100%" height="90%" border="0">
  11. <tr>
  12.     <td valign="middle" align="center">
  13.     <font>
  14.     <b>Sorry, <?echo $firstname;?>.</b><br><br>
  15.     You have to be at least 18 years old to take part in the drawing.        
  16.     <br><br>
  17.     <a href="javascript:closeMe();"><img src="gfx/close.gif" width=50 height=23 alt="" border="0"></a>
  18.     </font>
  19.     </td>
  20. </tr>
  21. </table>
  22. <script language="Javascript">
  23.  
  24. function closeMe()
  25. {
  26.     top.opener.top.oben.location.href = "../top2.php3?version=<?echo $version?>&headline=2";
  27.     top.opener.top.navi.location.href = "navi.php3?version=<?echo $version?>";
  28.     top.opener.top.content.location.href = "getclever.php3?version=<?echo $version?>";
  29.     self.close();
  30. }
  31. </script>
  32. <img src="/cgi-bin/ivw/CP<? echo $PHP_SELF;?>" width=1 height=1>
  33. </body>
  34. </html>
  35.